MCPcopy Create free account
hub / github.com/HumbleUI/JWM / getSubstring

Method getSubstring

shared/java/TextInputClient.java:33–33  ·  view source on GitHub ↗

Returns part of the edited string

(int start, int end)

Source from the content-addressed store, hash-verified

31 * Returns part of the edited string
32 */
33 String getSubstring(int start, int end);
34}

Callers

nothing calls this directly

Implementers 1

PanelTextInputexamples/dashboard/java/PanelTextInput

Calls

no outgoing calls

Tested by

no test coverage detected