MCPcopy Create free account
hub / github.com/chipsalliance/Surelog / SLgetRootNode

Function SLgetRootNode

src/API/SLAPI.cpp:305–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303}
304
305RawNodeId SLgetRootNode(FileContent* fC) {
306 if (!fC) return InvalidNodeId;
307 return fC->getRootNode();
308}
309
310std::string SLgetFile(FileContent* fC, RawNodeId id) {
311 if (!fC) return "";

Callers 3

slUserCallbackPerFileFunction · 0.85
slUserCallbackPerFileFunction · 0.85
slUserCallbackPerFileFunction · 0.85

Calls 1

getRootNodeMethod · 0.45

Tested by

no test coverage detected