← Packages / scroll / Capabilities

IO.FileWrite

in scroll v0.1.5

v0.1.5 declares IO.FileWrite. v0.1.0 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/debug_log.march:4Declared nothing in the previous version
1mod DebugLog do
2
3 needs IO.FileRead
4 needs IO.FileWrite
5 needs IO.Mut
6 needs IO.Process
7
lib/runtime.march:37Declared nothing in the previous version
34mod Runtime do
35
36 needs IO.FileRead
37 needs IO.FileWrite
38 needs IO.Mut
39 needs IO.Process
40
lib/scroll.march:19Declared nothing in the previous version
16
17 needs IO.Console
18 needs IO.FileRead
19 needs IO.FileWrite
20 needs IO.Mut
21 needs IO.NetListen
22 needs IO.Process
lib/session.march:4Declared nothing in the previous version
1mod WsSession do
2
3 needs IO.FileRead
4 needs IO.FileWrite
5 needs IO.Mut
6 needs IO.Process
7 needs IO.WebSocket