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

Method into_inner

std/src/console/linebuffer.rs:105–107  ·  view source on GitHub ↗

Returns the underlying string.

(self)

Source from the content-addressed store, hash-verified

103
104 /// Returns the underlying string.
105 pub fn into_inner(self) -> String {
106 self.line
107 }
108
109 /// Inserts the given string `s` into the buffer at `pos`.
110 ///

Callers 3

finishMethod · 0.80
raw_write_wrappedMethod · 0.80
edit_interactivelyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected