MCPcopy Create free account
hub / github.com/jetlang/remoting / create

Method create

src/main/java/org/jetlang/web/StringDecoder.java:12–12  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

10 String decode(byte[] bytes, int offset, int length);
11
12 static StringDecoder create(String name) {
13 Charset cs = Charset.forName(name);
14 return create(cs);
15 }

Callers 9

WebSocketReaderMethod · 0.95
mainMethod · 0.65
parseUriQueryParamsMethod · 0.65
emptyMethod · 0.65
parseEncodedMethod · 0.65
emptyWithQuestionMarkMethod · 0.65
addFirstLineMethod · 0.65
dispatchHttpRequestMethod · 0.65
HttpRequestMethod · 0.65

Calls

no outgoing calls

Tested by 5

mainMethod · 0.52
parseUriQueryParamsMethod · 0.52
emptyMethod · 0.52
parseEncodedMethod · 0.52
emptyWithQuestionMarkMethod · 0.52