MCPcopy 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
4std::shared_ptr<chaiscript::Module> create_chaiscript_stdlib()
5{
6 return chaiscript::Std_Lib::library();
7}
8

Callers 4

mainFunction · 0.85
test_literalFunction · 0.85
compiled_tests.cppFile · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by 2

test_literalFunction · 0.68
mainFunction · 0.68