MCPcopy
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

seedPluginFunction · 0.45
sources.tsFile · 0.45
Artist.test.tsxFile · 0.45
Sources.test.tsxFile · 0.45
defaultPlaylistFunction · 0.45
Album.test.tsxFile · 0.45
Dashboard.test.tsxFile · 0.45

Calls

no outgoing calls

Tested by 2

defaultPlaylistFunction · 0.36
exampleProviderFunction · 0.36