Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nukeop/nuclear
/ withId
Method
withId
packages/player/src/test/builders/PlaylistBuilder.ts:48–51 ·
view source on GitHub ↗
(id: string)
Source
from the content-addressed store, hash-verified
46
}
47
48
withId(id: string): this {
49
this.playlist.id = id;
50
return
this;
51
}
52
53
withName(name: string): this {
54
this.playlist.name = name;
Callers
15
active-provider-selection.test.tsx
File · 0.45
playlist-export-import.test.tsx
File · 0.45
pluginStore.test.ts
File · 0.45
seedPlugin
Function · 0.45
sources.ts
File · 0.45
Artist.test.tsx
File · 0.45
Sources.test.tsx
File · 0.45
FavoriteArtists.test.tsx
File · 0.45
defaultPlaylist
Function · 0.45
PlaylistDetail.test.tsx
File · 0.45
Album.test.tsx
File · 0.45
Dashboard.test.tsx
File · 0.45
Calls
no outgoing calls
Tested by
2
defaultPlaylist
Function · 0.36
exampleProvider
Function · 0.36