Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Samsung/UTopia
/ getName
Method
getName
lib/tcanalysis/FunctionNode.cpp:33–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
const llvm::Function *FunctionNode::getIRFunction() const { return IRFunc; }
32
33
std::string FunctionNode::getName() const { return Name; }
34
35
bool FunctionNode::isEnvironment() const { return Environment; }
36
Callers
1
FunctionNode
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected