MCPcopy Create free account
hub / github.com/RedisGraph/RedisGraph / str

Function str

deps/GraphBLAS/cpu_features/include/internal/string_view.h:47–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47static inline StringView str(const char* str) { return view(str, strlen(str)); }
48
49// Returns the index of the first occurrence of c in view or -1 if not found.
50int CpuFeatures_StringView_IndexOfChar(const StringView view, char c);

Calls 1

viewFunction · 0.85

Tested by 15

expect_errorMethod · 0.68
test15_complex_undoMethod · 0.68
path_to_stringMethod · 0.68
_run_queryMethod · 0.68
test07_midfailMethod · 0.68