Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GongShichen/LuminaCode
/ BuildAttachmentBlock
Function
BuildAttachmentBlock
agentContext/builder.go:510–513 ·
view source on GitHub ↗
(name, heading, content string)
Source
from the content-addressed store, hash-verified
508
return
path, err
509
}
510
return
abs, nil
511
}
512
513
func
GetEnvInfo()
map
[string]string {
514
if
hook := currentPromptHooks().EnvInfo; hook != nil {
515
return
hook()
516
}
Callers
2
TestContextBuilderTruncationAndAttachmentContracts
Function · 0.92
BuildBudgetAttachmentSection
Function · 0.85
Calls
no outgoing calls
Tested by
1
TestContextBuilderTruncationAndAttachmentContracts
Function · 0.74