Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/MiniMax-AI/cli
/ border
Method
border
src/commands/text/repl.ts:234–236 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
232
// ---- Rendering ----
233
234
private border(): string {
235
return
this.dim +
'\u2500'
.repeat(this.width) + this.reset;
236
}
237
238
/**
239
* Layout:
Callers
1
render
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected