MCPcopy Create free account
hub / github.com/ThatOpen/engine_web-ifc / Push

Method Push

src/cpp/web-ifc/parsing/IfcLoader.cpp:496–499  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

494 }
495
496 void IfcLoader::Push(void *v, uint64_t size)
497 {
498 _tokenStream->Push(v,size);
499 }
500
501 uint64_t IfcLoader::GetTotalSize() const
502 {

Callers 4

WriteValueFunction · 0.45
WriteSetFunction · 0.45
WriteHeaderLineFunction · 0.45
WriteLineFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected