MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / log

Method log

tests/fixtures/sample.php:51–54  ·  view source on GitHub ↗
(string $message)

Source from the content-addressed store, hash-verified

49trait Loggable
50{
51 public function log(string $message): void
52 {
53 log_message($message);
54 }
55}
56
57/**

Callers 8

handleMethod · 0.45
acquireMethod · 0.45
logFunction · 0.45
mainFunction · 0.45
logBuiltFilesFunction · 0.45
mainFunction · 0.45
run.mjsFile · 0.45
recompileHolographicFunction · 0.45

Calls 1

log_messageFunction · 0.85

Tested by

no test coverage detected