MCPcopy Create free account
hub / github.com/camenduru/TostUI / getTextFileKey

Function getTextFileKey

components/canvas-editor.tsx:4631–4633  ·  view source on GitHub ↗
(serviceId: string, type: string, file: string)

Source from the content-addressed store, hash-verified

4629 }
4630
4631 const getTextFileKey = (serviceId: string, type: string, file: string) => {
4632 return `${serviceId}-${type}-${file}`
4633 }
4634
4635 const getLoraModelForService = (serviceId: string) => {
4636 switch (serviceId) {

Callers 2

handleViewExamplesFunction · 0.85
CanvasEditorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected