Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/simstudioai/sim
/ writeFieldBegin
Method
writeFieldBegin
apps/sim/app/api/tools/evernote/lib/thrift.ts:27–30 ·
view source on GitHub ↗
(type: number, id: number)
Source
from the content-addressed store, hash-verified
25
}
26
27
writeFieldBegin(
type
: number, id: number): void {
28
this.buffer.push(
type
)
29
this.writeI16(id)
30
}
31
32
writeFieldStop(): void {
33
this.buffer.push(TYPE_STOP)
Callers
10
writeStringField
Method · 0.95
writeBoolField
Method · 0.95
writeI32Field
Method · 0.95
writeStringListField
Method · 0.95
createNote
Function · 0.95
updateNote
Function · 0.95
searchNotes
Function · 0.95
createNotebook
Function · 0.95
createTag
Function · 0.95
apiFindNotesMetadata
Function · 0.95
Calls
2
writeI16
Method · 0.95
push
Method · 0.45
Tested by
no test coverage detected