Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
74
void maa_rt_print(maajs::ValueType value)
75
{
76
std::cout << value.ToString().Utf8Value() << std::endl;
77
}
78
79
maajs::ArrayBufferType maa_rt_read_file(maajs::EnvType env, std::string path)
80
{
Callers
nothing calls this directly
Calls
2
Utf8Value
Method · 0.80
ToString
Method · 0.80
Tested by
no test coverage detected