(ctx context.Context)
| 391 | } |
| 392 | |
| 393 | func (b *nodeBase) Settings(ctx context.Context) *types.NodeSetting { |
| 394 | return b.model.Settings |
| 395 | } |
| 396 | |
| 397 | func NodeIdFromContext(ctx context.Context) int { |
| 398 | nodeIdStr, ok := ctx.Value(SlaveNodeIDCtx{}).(string) |
nothing calls this directly
no outgoing calls
no test coverage detected