MCPcopy Create free account
hub / github.com/annmuor/jnode / getTechEchoarea

Method getTechEchoarea

jnode-core/src/jnode/stat/threads/StatPoster.java:102–105  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

100 }
101
102 public String getTechEchoarea() {
103 return MainHandler.getCurrentInstance().getProperty(STAT_ECHOAREA,
104 "tech");
105 }
106
107 boolean getStatisticEnabled() {
108 return MainHandler.getCurrentInstance().getBooleanProperty(STAT_ENABLE,

Callers 3

runMethod · 0.95
handleMethod · 0.80
handleMethod · 0.80

Calls 2

getCurrentInstanceMethod · 0.95
getPropertyMethod · 0.80

Tested by

no test coverage detected