MCPcopy Create free account
hub / github.com/dylan-sutton-chavez/edge-python / parse_from_stmt

Method parse_from_stmt

compiler/src/modules/parser/control.rs:587–589  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

585 }
586
587 pub(super) fn parse_from_stmt(&mut self) {
588 self.do_from_stmt();
589 }
590
591}

Callers 1

stmtMethod · 0.80

Calls 1

do_from_stmtMethod · 0.80

Tested by

no test coverage detected