MCPcopy Create free account
hub / github.com/SolarLune/masterplan / AsString

Method AsString

properties.go:31–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29}
30
31func (prop *Property) AsString() string {
32 if prop.data == nil {
33 prop.data = ""
34 }
35 return prop.data.(string)
36}
37
38func (prop *Property) AsJSON() gjson.Result {
39 if prop.data == nil {

Callers 15

TakeScreenshotFunction · 0.80
handleScreenshotsFunction · 0.80
NameMethod · 0.80
NameMethod · 0.80
DeadlineStateMethod · 0.80
DeadlineTextMethod · 0.80
DrawCardMethod · 0.80
DrawContentsMethod · 0.80
PostDrawMethod · 0.80
DrawGridMethod · 0.80
SaveMethod · 0.80
OpenProjectFromFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected