Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StudioCherno/Coral
/ PrintStringIcall
Function
PrintStringIcall
Example/Example.Native/Source/Main.cpp:34–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
}
33
34
static void PrintStringIcall(Coral::String InString)
35
{
36
std::cout << std::string(InString) << std::endl;
37
}
38
39
static void NativeArrayIcall(Coral::Array<float> InValues)
40
{
Callers
1
StringDemo
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected