MCPcopy Create free account
hub / github.com/Norbyte/ositools / SaveNodeVMT

Method SaveNodeVMT

OsiInterface/OsirisProxy.cpp:431–435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

429}
430
431void OsirisProxy::SaveNodeVMT(NodeType type, NodeVMT * vmt)
432{
433 assert(type >= NodeType::Database && type <= NodeType::Max);
434 NodeVMTs[(unsigned)type] = vmt;
435}
436
437void OsirisProxy::ResolveNodeVMTs(NodeDb * Db)
438{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected