MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / complete

Method complete

typings/embedded/update.d.ts:32–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30 export interface Updater extends Disposable {
31 close(): void;
32 complete(): void;
33 write(bytes: ByteBuffer): void;
34 write(bytes: ByteBuffer, byteOffset: number): void;
35 format: "buffer";

Callers 15

cancel.jsFile · 0.65
complete.jsFile · 0.65
close.jsFile · 0.65
complete-append.jsFile · 0.65
main.jsFile · 0.65
startTestMethod · 0.65
onCharacteristicsMethod · 0.65
onCharacteristicValueMethod · 0.65
onCharacteristicValueMethod · 0.65
onDescriptorsMethod · 0.65

Implementers 2

Updatemodules/io/update/esp32/update-esp32.j
Updatemodules/io/update/mac/update-mac.js

Calls

no outgoing calls

Tested by 1

testFunction · 0.52