Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StudioCherno/Coral
/ StringDemo
Method
StringDemo
Example/Example.Managed/Source/Main.cs:58–62 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
56
}
57
58
public void StringDemo()
59
{
60
NativeString str =
"Hello, World?"
;
61
unsafe { PrintStringIcall(str); }
62
}
63
64
public void ArrayDemo(float[] InArray)
65
{
Callers
nothing calls this directly
Calls
1
PrintStringIcall
Function · 0.85
Tested by
no test coverage detected