MCPcopy Create free account
hub / github.com/0hq/WebGPT / constructor

Method constructor

instructions.js:831–834  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

829
830class DeEmbedBlockClass extends Block {
831 constructor() {
832 super();
833 this.name = "deembed";
834 }
835
836 getPipeline() {
837 const pipelineCacheKey = this.name; // No param optimization.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected