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

Function rune_from_base64

ccan/ccan/rune/coding.c:372–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370}
371
372struct rune *rune_from_base64(const tal_t *ctx, const char *str)
373{
374 return rune_from_base64n(ctx, str, strlen(str));
375}
376
377char *rune_to_base64(const tal_t *ctx, const struct rune *rune)
378{

Callers 3

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls 1

rune_from_base64nFunction · 0.85

Tested by 2

mainFunction · 0.68
mainFunction · 0.68