Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LabSound/LabSound
/ log_set_udata
Function
log_set_udata
src/extended/LabSound.cpp:234–236 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
232
233
234
void log_set_udata(void *udata) {
235
L.udata = udata;
236
}
237
238
239
void log_set_lock(log_LockFn fn) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected