── Word read ─────────────────────────────────────────────────────────────────
| 28 | // ── Word read ───────────────────────────────────────────────────────────────── |
| 29 | |
| 30 | type wordReadBuiltin struct{} |
| 31 | |
| 32 | func (t *wordReadBuiltin) GetName() string { return "word_read" } |
| 33 |
nothing calls this directly
no outgoing calls
no test coverage detected