MCPcopy Create free account
hub / github.com/akdeb/ElatoAI / refreshMemory

Method refreshMemory

server/cloudflare/src/opus.ts:91–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89 }
90
91 private refreshMemory() {
92 if (this.memory.buffer !== this.wasm.memory.buffer) {
93 this.memory = new Uint8Array(this.wasm.memory.buffer);
94 }
95 }
96
97 encode(frame: Uint8Array): Uint8Array {
98 if (this.closed) {

Callers 1

encodeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected