MCPcopy Index your code
hub / github.com/TruthHun/BookStack / DeleteScreenShot

Function DeleteScreenShot

utils/screenshot.go:21–23  ·  view source on GitHub ↗

map[bookIdentify]selector,书籍标识和书籍元素选择器

(bookIdentify string)

Source from the content-addressed store, hash-verified

19var ScreenShotProjects sync.Map // map[bookIdentify]selector,书籍标识和书籍元素选择器
20
21func DeleteScreenShot(bookIdentify string) {
22 os.RemoveAll("cache/screenshots/" + bookIdentify)
23}

Callers 1

BookStackCrawlMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected