MCPcopy 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
47auto Sorcery::Context::get_string(std::string_view key) -> std::string {
48
49 return strings->get(key);
50}
51
52auto Sorcery::Context::get_config(const unsigned int i) -> bool & {
53

Callers 15

alignment_to_strMethod · 0.80
race_to_strMethod · 0.80
class_to_strMethod · 0.80
level_upMethod · 0.80
_get_conditionMethod · 0.80
get_loc_strMethod · 0.80
get_status_stringMethod · 0.80
_try_healMethod · 0.80
_loadMethod · 0.80
initialise_SDLMethod · 0.80
_draw_paragraphMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected