MCPcopy Create free account
hub / github.com/davemoore22/sorcery / get_component

Method get_component

src/core/context.cpp:69–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69auto Sorcery::Context::get_directory(std::string_view key) const
70 -> std::filesystem::path {
71
72 return files->get_directory(key);
73}
74
75auto Sorcery::Context::get_component(std::string_view combined_key)
76 -> Component & {

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected