MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / put

Method put

extlibs/soloud/src/audiosource/speech/darray.cpp:65–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65void darray::put(int aData)
66{
67 char *s = getDataInPos(mUsed);
68
69 *s = aData;
70}

Callers 5

format_localizedMethod · 0.80
phone_catFunction · 0.80
xlate_wordFunction · 0.80
xlate_stringFunction · 0.80
phone_to_elmMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected