MCPcopy Create free account
hub / github.com/denoland/std /

Class

cli/unstable_static_line.ts:45–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 * ```
44 */
45export class StaticLine {
46 #id = ++nextID;
47 #atTop: boolean;
48 #lines: number[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected