Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ is_builtin
Function
is_builtin
Singular/dyn_modules/python/interpreter_support.cc:56–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
return m;
55
}
56
bool is_builtin(const char* name)
57
{
58
int cmd_n=-1;
59
IsCmd(name,cmd_n);
60
return (cmd_n!=-1);
61
}
62
class arg_list
63
{
64
public:
Callers
nothing calls this directly
Calls
1
IsCmd
Function · 0.85
Tested by
no test coverage detected