MCPcopy 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
413void LoadRules()
414{
415 string buffer;
416 GetStyleReader().GetDrawingRulesReader().ReadAsString(buffer);
417 rules().LoadFromBinaryProto(buffer);
418}
419
420} // namespace drule

Callers 1

LoadFunction · 0.85

Calls 3

GetDrawingRulesReaderMethod · 0.80
LoadFromBinaryProtoMethod · 0.80
ReadAsStringMethod · 0.45

Tested by

no test coverage detected