| 429 | } |
| 430 | |
| 431 | void OsirisProxy::SaveNodeVMT(NodeType type, NodeVMT * vmt) |
| 432 | { |
| 433 | assert(type >= NodeType::Database && type <= NodeType::Max); |
| 434 | NodeVMTs[(unsigned)type] = vmt; |
| 435 | } |
| 436 | |
| 437 | void OsirisProxy::ResolveNodeVMTs(NodeDb * Db) |
| 438 | { |
nothing calls this directly
no outgoing calls
no test coverage detected