Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
305
RawNodeId SLgetRootNode(FileContent* fC) {
306
if (!fC) return InvalidNodeId;
307
return fC->getRootNode();
308
}
309
310
std::string SLgetFile(FileContent* fC, RawNodeId id) {
311
if (!fC) return
""
;
Callers
3
slUserCallbackPerFile
Function · 0.85
slUserCallbackPerFile
Function · 0.85
slUserCallbackPerFile
Function · 0.85
Calls
1
getRootNode
Method · 0.45
Tested by
no test coverage detected