Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Geode-solutions/OpenGeode
/ string_starts_with
Function
string_starts_with
src/geode/basic/string.cpp:37–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
bool string_starts_with( std::string_view string, std::string_view check )
38
{
39
return absl::StartsWith( string, check );
40
}
41
42
index_t string_to_index( std::string_view string )
43
{
Callers
5
line_starts_with
Function · 0.85
goto_keyword
Function · 0.85
goto_keywords
Function · 0.85
goto_keyword_if_it_exists
Function · 0.85
next_keyword_if_it_exists
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected