Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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;
8
typedef struct String {
9
ArrayU8 * cs;
10
long long _hashCode;
11
} String;
12
13
14
__attribute__ ((CALL_CONV))
Callers
4
G
Function · 0.50
G
Function · 0.50
j
Function · 0.50
webtcp.min.js
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected