MCPcopy Index your code
hub / github.com/bootdotdev/bootdev / formatVariableValue

Function formatVariableValue

render/variables.go:35–40  ·  view source on GitHub ↗
(value string)

Source from the content-addressed store, hash-verified

33}
34
35func formatVariableValue(value string) string {
36 if value == "" {
37 return "[not found]"
38 }
39 return value
40}
41
42func savedVariablesForHTTPResult(result api.HTTPRequestResult) []variableEntry {
43 var entries []variableEntry

Callers 1

renderVariableSectionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected