MCPcopy Create free account
hub / github.com/devnullvoid/pvetui / sourceProfileName

Function sourceProfileName

internal/ui/plugins/commandrunner/plugin.go:286–292  ·  view source on GitHub ↗
(node *api.Node)

Source from the content-addressed store, hash-verified

284}
285
286func sourceProfileName(node *api.Node) string {
287 if node == nil {
288 return ""
289 }
290
291 return node.SourceProfile
292}

Callers 3

resolveSSHKeyfileFunction · 0.85
resolveSSHUserFunction · 0.85
resolveJumpHostFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected