MCPcopy Create free account
hub / github.com/coder/guts / RecordReference

Function RecordReference

builtins.go:15–17  ·  view source on GitHub ↗

RecordReference creates a reference to the 'Record' type in Typescript. The Record type takes in 2 type parameters, key and value.

(key, value bindings.ExpressionType)

Source from the content-addressed store, hash-verified

13// RecordReference creates a reference to the 'Record' type in Typescript.
14// The Record type takes in 2 type parameters, key and value.
15func RecordReference(key, value bindings.ExpressionType) *bindings.ReferenceType {
16 return bindings.Reference(builtInRecord, key, value)
17}
18
19func (ts *Typescript) includeComparable() {
20 // The zzz just pushes it to the end of the sorting.

Callers 1

typescriptTypeMethod · 0.85

Calls 1

ReferenceFunction · 0.92

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…