MCPcopy Create free account
hub / github.com/GoMudEngine/GoMud / Empty

Method Empty

internal/scripting/scripting.go:41–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39}
40
41func (t *TextWrapperStyle) Empty() bool {
42 return t.Fg == `` && t.Bg == `` && t.ColorPattern == ``
43}
44
45func (t *TextWrapperStyle) AnsiClass() string {
46 if t.cache != `` {

Callers 8

WrapMethod · 0.95
TestParty_AutoAttackFunction · 0.80
TestLoad_EmptyDirectoryFunction · 0.80
TestQuery_GroupByMobIdFunction · 0.80
TestRoom_AddCorpseFunction · 0.80

Calls

no outgoing calls

Tested by 7

TestParty_AutoAttackFunction · 0.64
TestLoad_EmptyDirectoryFunction · 0.64
TestQuery_GroupByMobIdFunction · 0.64
TestRoom_AddCorpseFunction · 0.64