MCPcopy Create free account
hub / github.com/assaultcube/AC / find

Method find

source/src/openal.cpp:366–376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364bufferhashtable::~bufferhashtable() {}
365
366sbuffer *bufferhashtable::find(const char *name)
367{
368 sbuffer *b = access(name);
369 if(!b)
370 {
371 name = newstring(name);
372 b = &(*this)[name];
373 b->name = name;
374 }
375 return b;
376}
377
378
379// OpenAL error handling

Callers 14

entpropertyFunction · 0.45
deletesoundentityFunction · 0.45
editentityFunction · 0.45
parsemessagesFunction · 0.45
focusMethod · 0.45
keyMethod · 0.45
keyMethod · 0.45
loopvFunction · 0.45
shiftweaponFunction · 0.45
addsoundMethod · 0.45
updateplayerfootstepsMethod · 0.45
updateloopsoundMethod · 0.45

Calls 1

newstringFunction · 0.85

Tested by

no test coverage detected