Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ScriptedAlchemy/tracedecay
/ connect
Method
connect
tests/fixtures/sample.rb:47–50 ·
view source on GitHub ↗
Establishes the connection.
Source
from the content-addressed store, hash-verified
45
46
# Establishes the connection.
47
def connect
48
log(
"Connecting to #{@host}:#{@port}"
)
49
@connected = true
50
end
51
52
def disconnect
53
@connected = false
Callers
1
acquire
Method · 0.45
Calls
1
log
Function · 0.70
Tested by
no test coverage detected