MCPcopy Index your code
hub / github.com/endbasic/endbasic / text

Method text

std/src/program.rs:110–112  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

108 }
109
110 fn text(&self) -> String {
111 self.text.clone()
112 }
113}
114
115/// If the `program` is dirty, asks if it's OK to continue on `console` and discard its changes.

Callers 3

async_execMethod · 0.45
index.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected