MCPcopy Create free account
hub / github.com/apache/fory / toString

Method toString

javascript/packages/core/lib/platformBuffer.ts:29–29  ·  view source on GitHub ↗
(encoding?: SupportedEncodings, start?: number, end?: number)

Source from the content-addressed store, hash-verified

27
28export interface PlatformBuffer extends Uint8Array {
29 toString(encoding?: SupportedEncodings, start?: number, end?: number): string;
30 write(string: string, offset: number, encoding?: SupportedEncodings): void;
31 copy(target: Uint8Array, targetStart?: number, sourceStart?: number, sourceEnd?: number): void;
32}

Callers 15

invokeMethod · 0.65
checkArrayEqualsMethod · 0.65
runServerFunction · 0.65
rustCommandMethod · 0.65
withPortFileMethod · 0.65
goCommandMethod · 0.65
kotlinCommandMethod · 0.65
mainMethod · 0.65
normalizeAcyclicFunction · 0.65
normalizeFunction · 0.65
runAutoIdRoundTripMethod · 0.65

Implementers 1

BrowserBufferjavascript/packages/core/lib/platformB

Calls

no outgoing calls

Tested by 15

invokeMethod · 0.52
checkArrayEqualsMethod · 0.52
rustCommandMethod · 0.52
withPortFileMethod · 0.52
goCommandMethod · 0.52
kotlinCommandMethod · 0.52
mainMethod · 0.52
normalizeFunction · 0.52
runAutoIdRoundTripMethod · 0.52