MCPcopy Index your code
hub / github.com/simstudioai/sim / readString

Method readString

apps/sim/app/api/tools/evernote/lib/thrift.ts:128–133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

126 }
127
128 readString(): string {
129 const length = this.readI32()
130 const bytes = new Uint8Array(this.view.buffer, this.pos, length)
131 this.pos += length
132 return new TextDecoder().decode(bytes)
133 }
134
135 readBool(): boolean {
136 return this.view.getUint8(this.pos++) !== 0

Callers 14

readMessageBeginMethod · 0.95
pptxgenjs.cjsFile · 0.80
UBFunction · 0.80
readExceptionMethod · 0.80
checkEvernoteExceptionFunction · 0.80
readNotebookFunction · 0.80
readNoteFunction · 0.80
readTagFunction · 0.80
readNoteMetadataFunction · 0.80
checkExceptionFunction · 0.80
apiListNotebooksFunction · 0.80
apiListTagsFunction · 0.80

Calls 1

readI32Method · 0.95

Tested by

no test coverage detected