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

Function steal_sub_tokens

common/splice_script.c:1920–1925  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1918}
1919
1920static void steal_sub_tokens(const tal_t *ctx, struct token *token)
1921{
1922 tal_steal(token, token->left);
1923 tal_steal(token, token->middle);
1924 tal_steal(token, token->right);
1925}
1926
1927static struct splice_script_error *expand_multichans(const tal_t *ctx,
1928 struct token ***tokens_inout)

Callers 1

expand_multichansFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected