Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ make_string_view
Function
make_string_view
extlibs/sol3/include/sol/sol.hpp:20862–20864 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20860
};
20861
20862
inline auto make_string_view(string_view s) {
20863
return s;
20864
}
20865
20866
inline auto make_string_view(call_construction) {
20867
return string_view(to_string(meta_function::call_function));
Callers
1
make_string
Function · 0.85
Calls
2
base_class_cast_key
Function · 0.85
to_string
Function · 0.50
Tested by
no test coverage detected