MCPcopy Create free account
hub / github.com/OpenArkStudio/ARK / FindTable

Method FindTable

src/plugin/kernel/include/AFTableManager.hpp:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 }
71
72 AFITable* FindTable(const uint32_t index)
73 {
74 return table_list_.find_value(index);
75 }
76
77 const TableList& GetTableList() const
78 {

Callers

nothing calls this directly

Calls 1

find_valueMethod · 0.45

Tested by

no test coverage detected