Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/celtera/libremidi
/ cstring_null_scan
Function
cstring_null_scan
include/libremidi/system_error2.hpp:1171–1174 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1169
namespace detail {
1170
1171
constexpr const char* cstring_null_scan(const char* s) noexcept
1172
{
1173
return *s ? cstring_null_scan(s + 1) : s;
1174
}
1175
1176
} // end namespace detail
1177
Callers
2
string_ref
Method · 0.85
shared_string_ref
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected