Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ create_chaiscript_stdlib
Function
create_chaiscript_stdlib
static_libs/chaiscript_stdlib.cpp:4–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
#include
"chaiscript_stdlib.hpp"
3
4
std::shared_ptr<chaiscript::Module> create_chaiscript_stdlib()
5
{
6
return chaiscript::Std_Lib::library();
7
}
8
Callers
4
main
Function · 0.85
test_literal
Function · 0.85
compiled_tests.cpp
File · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
2
test_literal
Function · 0.68
main
Function · 0.68