Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ smin
Function
smin
modules/scripting/mod-script-pipe/ScripterCallback.cpp:98–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
}
97
98
size_t smin(size_t a, size_t b) { return a < b ? a : b; }
99
100
// Write up to nMax characters of the prepared (by DoSrv) response lines.
101
// Returns the number of characters sent, including null.
Callers
1
DoSrvMore
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected