MCPcopy 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_withFunction · 0.85
goto_keywordFunction · 0.85
goto_keywordsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected