Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
49
trait Loggable
50
{
51
public function log(string $message): void
52
{
53
log_message($message);
54
}
55
}
56
57
/**
Callers
8
handle
Method · 0.45
acquire
Method · 0.45
log
Function · 0.45
main
Function · 0.45
logBuiltFiles
Function · 0.45
main
Function · 0.45
run.mjs
File · 0.45
recompileHolographic
Function · 0.45
Calls
1
log_message
Function · 0.85
Tested by
no test coverage detected