MCPcopy Create free account
hub / github.com/APIParkLab/APIPark / Files

Method Files

frontend/frontend.go:92–106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90 }
91}
92func (f *Frontend) Files() []pm3.FrontendFiles {
93 return []pm3.FrontendFiles{
94
95 {
96 Path: "/assets/",
97 FileSystem: getFileSystem("assets"),
98 }, {
99 Path: "/tinymce/",
100 FileSystem: getFileSystem("tinymce"),
101 }, {
102 Path: "/frontend/",
103 FileSystem: getFileSystem("/"),
104 },
105 }
106}

Callers

nothing calls this directly

Calls 1

getFileSystemFunction · 0.85

Tested by

no test coverage detected