MCPcopy Create free account
hub / github.com/ElementsProject/lightning / tal_utf8

Function tal_utf8

common/test/run-bolt12-format-string-test.c:107–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107static utf8 *tal_utf8(const tal_t *ctx, const char *str)
108{
109 /* Non-NUL terminated! */
110 return tal_dup_arr(ctx, char, str, strlen(str), 0);
111}
112
113int main(int argc, char *argv[])
114{

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected