MCPcopy Create free account
hub / github.com/coder/coder / Trial

Method Trial

codersdk/licenses.go:59–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57}
58
59func (l *License) Trial() bool {
60 if trail, ok := l.Claims["trail"].(bool); ok {
61 return trail
62 }
63 return false
64}
65
66func (l *License) AllFeaturesClaim() bool {
67 if all, ok := l.Claims["all_features"].(bool); ok {

Callers 1

NewLicenseFormatterFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected