MCPcopy Create free account
hub / github.com/MaaXYZ/MaaFramework / maa_rt_print

Function maa_rt_print

source/binding/NodeJS/src/apis/loader.cpp:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74void maa_rt_print(maajs::ValueType value)
75{
76 std::cout << value.ToString().Utf8Value() << std::endl;
77}
78
79maajs::ArrayBufferType maa_rt_read_file(maajs::EnvType env, std::string path)
80{

Callers

nothing calls this directly

Calls 2

Utf8ValueMethod · 0.80
ToStringMethod · 0.80

Tested by

no test coverage detected