Searched defs:assertExists (Results 1 – 3 of 3) sorted by relevance
83 const track = globals.state.tracks[assertExists(trackKey)]; constant
31 export function assertExists<A>(value: A | null | undefined): A { function
422 private void assertExists(DirectoryEntry entry, String parent, String file) { in assertExists() method in FileTreeTest