Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/demoth/jake2
/ FindChunk
Method
FindChunk
client/src/main/java/jake2/client/sound/WaveLoader.java:245–248 ·
view source on GitHub ↗
(String name)
Source
from the content-addressed store, hash-verified
243
}
244
245
static
void
FindChunk(String name) {
246
last_chunk = iff_data;
247
FindNextChunk(name);
248
}
249
250
/*
251
============
Callers
1
GetWavinfo
Method · 0.95
Calls
1
FindNextChunk
Method · 0.95
Tested by
no test coverage detected