MCPcopy Create free account
hub / github.com/MertJSX/folderhost / createWriteFileLog

Function createWriteFileLog

utils/ws_debounce_logging_system.go:63–69  ·  view source on GitHub ↗
(username, filePath string)

Source from the content-addressed store, hash-verified

61}
62
63func createWriteFileLog(username, filePath string) {
64 logs.CreateLog(types.AuditLog{
65 Username: username,
66 Action: "Write file",
67 Description: fmt.Sprintf("%s wrote the %s file.", username, filePath),
68 })
69}

Callers 2

ScheduleDebouncedLogFunction · 0.85
TriggerPendingLogFunction · 0.85

Calls 1

CreateLogFunction · 0.92

Tested by

no test coverage detected