MCPcopy Create free account
hub / github.com/Ramos-dev/OSSTunnel / getPrompt

Method getPrompt

manager/src/main/java/server/Manager.java:46–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44 public PromptProvider promptProvider() {
45 return new PromptProvider() {
46 @Override
47 public AttributedString getPrompt() {
48 return new AttributedString("root$ >",
49 AttributedStyle.HIDDEN_OFF.foreground(AttributedStyle.BLACK));
50 }
51 };
52 }
53

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected