MCPcopy
hub / github.com/danielmiessler/Fabric / debugf

Function debugf

internal/plugins/template/template.go:38–40  ·  view source on GitHub ↗
(format string, a ...any)

Source from the content-addressed store, hash-verified

36var extensionPattern = regexp.MustCompile(`\{\{ext:([^:]+):([^:]+)(?::([^}]+))?\}\}`)
37
38func debugf(format string, a ...any) {
39 debuglog.Debug(debuglog.Trace, format, a...)
40}
41
42// matchTriple extracts the first two required and optional third value from a token
43// pattern of the form {{type:part1:part2(:part3)?}} returning part1, part2, part3 (possibly empty)

Callers 13

safePathMethod · 0.85
ApplyMethod · 0.85
lastNLinesMethod · 0.85
ApplyMethod · 0.85
ApplyMethod · 0.85
isTextContentMethod · 0.85
validateTextContentMethod · 0.85
fetchMethod · 0.85
ApplyMethod · 0.85
ApplyMethod · 0.85
handleRelativeMethod · 0.85
initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected