Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClassicOldSong/Apollo
/ no_null
Function
no_null
tools/audio.cpp:63–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
};
62
63
const wchar_t *no_null(const wchar_t *str) {
64
return str ? str : L
"Unknown"
;
65
}
66
67
struct format_t {
68
std::string_view name;
Callers
1
print_device
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected