MCPcopy Create free account
hub / github.com/0xUnixIO/pulse / Tick

Method Tick

internal/nodeagent/usage.go:100–100  ·  view source on GitHub ↗

Tick 执行单次推送循环。仅供测试 / 集成验证使用:生产路径走 Run。

(ctx context.Context)

Source from the content-addressed store, hash-verified

98
99// Tick 执行单次推送循环。仅供测试 / 集成验证使用:生产路径走 Run。
100func (p *UsagePusher) Tick(ctx context.Context) { p.tick(ctx) }
101
102// tick 执行单次推送循环。导出名仅用于测试。
103func (p *UsagePusher) tick(ctx context.Context) {

Callers 3

TestE2E_UsagePushAckFunction · 0.95
RunFunction · 0.95
TestE2E_MultiNodeFunction · 0.80

Calls 1

tickMethod · 0.95

Tested by 2

TestE2E_UsagePushAckFunction · 0.76
TestE2E_MultiNodeFunction · 0.64