Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ copy
Method
copy
src/main/java/trace/sound/LoadMidi.kt:19–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
val notes = mutableListOf<Note>()
18
19
fun copy() : LoadMidi {
20
val r = LoadMidi(
""
)
21
r.notes.addAll(this.notes)
22
return r
23
}
24
25
init {
26
Callers
nothing calls this directly
Calls
2
LoadMidi
Class · 0.85
addAll
Method · 0.45
Tested by
no test coverage detected