Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
69
auto Sorcery::Context::get_directory(std::string_view key) const
70
-> std::filesystem::path {
71
72
return files->get_directory(key);
73
}
74
75
auto Sorcery::Context::get_component(std::string_view combined_key)
76
-> Component & {
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected