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

Function feResource

resources/feResource.cc:138–141  ·  view source on GitHub ↗

* * Public functions * *****************************************************************/

Source from the content-addressed store, hash-verified

136 *
137 *****************************************************************/
138char* feResource(const char* key, int warn)
139{
140 return feResource(feGetResourceConfig(key), warn);
141}
142
143char* feResource(const char id, int warn)
144{

Callers 15

feFopenFunction · 0.85
feGetResourceFunction · 0.85
feInitResourcesFunction · 0.85
feReInitResourcesFunction · 0.85
feInitResourceFunction · 0.85
feSprintfFunction · 0.85
feStringAppendResourcesFunction · 0.85
jjSYSTEMFunction · 0.85
singular_exampleFunction · 0.85
feOptActionFunction · 0.85
feHelpFunction · 0.85
heGenInitFunction · 0.85

Calls 2

feGetResourceConfigFunction · 0.85
feInitResourceFunction · 0.85

Tested by

no test coverage detected