Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ LoadRules
Function
LoadRules
libs/indexer/drawing_rules.cpp:413–418 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
411
}
412
413
void LoadRules()
414
{
415
string buffer;
416
GetStyleReader().GetDrawingRulesReader().ReadAsString(buffer);
417
rules().LoadFromBinaryProto(buffer);
418
}
419
420
} // namespace drule
Callers
1
Load
Function · 0.85
Calls
3
GetDrawingRulesReader
Method · 0.80
LoadFromBinaryProto
Method · 0.80
ReadAsString
Method · 0.45
Tested by
no test coverage detected