MCPcopy Index your code
hub / github.com/cloudfoundry/java-buildpack / NewPlayContainer

Function NewPlayContainer

src/java/containers/play.go:22–26  ·  view source on GitHub ↗

NewPlayContainer creates a new Play Framework container

(ctx *common.Context)

Source from the content-addressed store, hash-verified

20
21// NewPlayContainer creates a new Play Framework container
22func NewPlayContainer(ctx *common.Context) *PlayContainer {
23 return &PlayContainer{
24 context: ctx,
25 }
26}
27
28// Detect checks if this is a Play Framework application
29func (p *PlayContainer) Detect() (string, error) {

Callers 2

play_test.goFile · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected