MCPcopy Create free account
hub / github.com/LabSound/LabSound / log_set_lock

Function log_set_lock

src/extended/LabSound.cpp:239–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237
238
239void log_set_lock(log_LockFn fn) {
240 L.lock = fn;
241}
242
243
244void log_set_fp(FILE *fp) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected