MCPcopy Create free account
hub / github.com/GNOME/gjs / inform

Function inform

modules/script/jsUnit.js:251–254  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

249}
250
251function inform() {
252 if (top.tracer != null)
253 top.tracer.inform(arguments[0], arguments[1]);
254}
255
256function info() {
257 inform(arguments[0], arguments[1]);

Callers 1

infoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected