MCPcopy Create free account
hub / github.com/audacity/audacity / read

Method read

lib-src/libsbsms/src/buffer.cpp:107–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107grain* GrainBuf :: read(long k)
108{
109 return buf[k];
110}
111
112long GrainBuf :: nReadable()
113{

Callers

nothing calls this directly

Calls 3

minFunction · 0.50
readMethod · 0.45
advanceMethod · 0.45

Tested by

no test coverage detected