MCPcopy Create free account
hub / github.com/SeaOfNodes/Simple / String

Class String

chapter21/src/test/java/com/seaofnodes/simple/progs/stringHash.c:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6 unsigned char data[];
7} ArrayU8;
8typedef struct String {
9 ArrayU8 * cs;
10 long long _hashCode;
11} String;
12
13
14__attribute__ ((CALL_CONV))

Callers 4

GFunction · 0.50
GFunction · 0.50
jFunction · 0.50
webtcp.min.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected