MCPcopy Index your code
hub / github.com/git/git / reencode_string_len

Function reencode_string_len

utf8.h:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 size_t *outsz);
35#else
36static inline char *reencode_string_len(const char *a UNUSED, size_t b UNUSED,
37 const char *c UNUSED,
38 const char *d UNUSED, size_t *e)
39{ if (e) *e = 0; return NULL; }
40#endif
41
42static inline char *reencode_string(const char *in,

Callers 1

reencode_stringFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected