MCPcopy Create free account
hub / github.com/argotorg/solidity / add

Method add

libsolidity/analysis/FunctionCallGraph.cpp:273–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271}
272
273void FunctionCallGraphBuilder::add(CallGraph::Node _caller, CallGraph::Node _callee)
274{
275 m_graph.edges[_caller].insert(_callee);
276}
277
278void FunctionCallGraphBuilder::functionReferenced(CallableDeclaration const& _callable, bool _calledDirectly)
279{

Callers 13

registerTestsFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
checkMethod · 0.80
restrictFunction · 0.80
optionsDescriptionMethod · 0.80
addFooterNoteFunction · 0.80
rearrangeDomFunction · 0.80

Calls 1

insertMethod · 0.80

Tested by 1

registerTestsFunction · 0.64