Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Achain-Dev/Achain
/ AddToStatement
Function
AddToStatement
src/Chain/libraries/glua/glua_statement.cpp:277–282 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
275
}
276
277
void AddToStatement(AstStatement* stmt, AstStatement* sub) {
278
if (stmt && sub) {
279
sub->parent = stmt;
280
AddToList(stmt->sub, (ListItem*)sub);
281
}
282
}
283
284
}
285
}
Callers
3
MakeIfStatement
Function · 0.85
RawAddAstStatement
Function · 0.85
ProcessCode
Function · 0.85
Calls
1
AddToList
Function · 0.85
Tested by
no test coverage detected