← Packages / bastion / Capabilities

IO.FileRead

in bastion v0.2.5

v0.2.5 declares IO.FileRead. v0.2.4 did not. Declaring is the event recorded here — whether the capability was newly exercised is a separate claim the registry cannot make.

Where it is declared

lib/bastion.march:20
17-- end
18
19mod Bastion do
20 needs IO.FileRead
21 needs IO.FileWrite
22 needs IO.Process
23
lib/forge/build_islands.march:24
21-- }
22
23mod Forge.BuildIslands do
24 needs IO.FileRead
25 needs IO.FileWrite
26 needs IO.Process
27
lib/forge/lower.march:19
16-- The generated .march file is a build artifact — never committed.
17
18mod Forge.Lower do
19 needs IO.FileRead
20 needs IO.FileWrite
21 needs IO.Process
22
lib/assets/static.march:28
25-- |> HttpServer.listen()
26
27mod Static do
28 needs IO.FileRead
29
30 needs IO.NetListen
31 import HttpServer