ydb-go-sdk
ydb-go-sdk copied to clipboard
feat: codegen for `stack.FunctionID()`
Current calls stack.FunctionID("")
spend CPU time
- Write codegen, which will search all calls of
stack.FunctionID("")
and replace empty string to result of callstack.FunctionID
and inside ofstack.FunctionID
will be replaced with return second string arg (nop instead execute) - GitHub action for per-pR checks of difference before and after codegen