MCPcopy Create free account
hub / github.com/acl-dev/acl / tok822_scan_addr

Function tok822_scan_addr

lib_acl_cpp/src/mime/internal/tok822_parse.cpp:653–659  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

651/* tok822_scan_addr - convert external address string to address token */
652
653TOK822 *tok822_scan_addr(const char *addr)
654{
655 TOK822 *tree = tok822_alloc(TOK822_ADDR, (char *) 0);
656
657 tree->head = tok822_scan(addr, &tree->tail);
658 return (tree);
659}
660
661#ifdef TEST
662

Callers

nothing calls this directly

Calls 1

tok822_allocFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…