Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GaijinEntertainment/daScript
/ renameBlockArgument
Function
renameBlockArgument
src/ast/ast_generate.cpp:982–985 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
980
};
981
982
void renameBlockArgument ( ExprBlock * block, const string & name, const string & newName ) {
983
RenameBlockArgument vis(name,newName,block);
984
block->visit(vis);
985
}
986
987
// replace ref to ptr
988
Callers
nothing calls this directly
Calls
1
visit
Method · 0.45
Tested by
no test coverage detected