Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davemoore22/sorcery
/ get_string
Method
get_string
src/core/context.cpp:47–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
auto Sorcery::Context::get_string(std::string_view key) -> std::string {
48
49
return strings->get(key);
50
}
51
52
auto Sorcery::Context::get_config(const unsigned int i) -> bool & {
53
Callers
15
alignment_to_str
Method · 0.80
race_to_str
Method · 0.80
class_to_str
Method · 0.80
_update_stat_for_level
Method · 0.80
level_up
Method · 0.80
_get_condition
Method · 0.80
get_loc_str
Method · 0.80
get_status_string
Method · 0.80
_try_heal
Method · 0.80
_load
Method · 0.80
initialise_SDL
Method · 0.80
_draw_paragraph
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected