MCPcopy Create free account
hub / github.com/Singular/Singular / feGetResource

Function feGetResource

resources/feResource.cc:148–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148char* feGetResource(const char id, int warn)
149{
150 return feResource(feGetResourceConfig(id), warn);
151}
152
153char* feResourceDefault(const char id)
154{

Callers 3

dynl_open_binary_warnFunction · 0.85
binary_module_functionFunction · 0.85
set_python_defaultsMethod · 0.85

Calls 2

feResourceFunction · 0.85
feGetResourceConfigFunction · 0.85

Tested by

no test coverage detected