MCPcopy Create free account
hub / github.com/Vectorized/function-selector-miner / SmallString

Method SmallString

cpp/main.cpp:173–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171 uint64_t length;
172
173 FORCE_INLINE SmallString(const char *s)
174 {
175 length = strlen(s);
176 if (length < 128) strcpy(data, s);
177 }
178};
179
180template <unsigned Length>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected