Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cloudfoundry/cli
/ DisplayDiff
Method
DisplayDiff
command/v7/push_command.go:78–78 ·
view source on GitHub ↗
(rawManifest []byte, diff resources.ManifestDiff)
Source
from the content-addressed store, hash-verified
76
77
type
DiffDisplayer
interface
{
78
DisplayDiff(rawManifest []byte, diff resources.ManifestDiff) error
79
}
80
81
type
PushCommand
struct
{
Callers
3
Execute
Method · 0.65
showManifestDiff
Method · 0.65
manifest_diff_displayer_test.go
File · 0.65
Implementers
2
ManifestDiffDisplayer
command/v7/shared/manifest_diff_displa
FakeDiffDisplayer
command/v7/v7fakes/fake_diff_displayer
Calls
no outgoing calls
Tested by
no test coverage detected