MCPcopy Create free account
hub / github.com/codemix/graph / get

Method get

packages/graph/src/TemporalTypes.ts:13–13  ·  view source on GitHub ↗

Get a component property of this temporal value

(property: string)

Source from the content-addressed store, hash-verified

11export interface TemporalValue {
12 /** Get a component property of this temporal value */
13 get(property: string): unknown;
14 /** Convert to ISO string representation */
15 toString(): string;
16 /** Type identifier for instanceof-like checks */

Callers 15

buildTermFrequencyFunction · 0.65
buildPositionMapFunction · 0.65
tokenizer.test.tsFile · 0.65
calculateTermScoreFunction · 0.65
calculatePositionScoreFunction · 0.65
pushMethod · 0.65
createPostprocessorFunction · 0.65
getMethod · 0.65
isAggregateFunctionFunction · 0.65
functionArgExpectsPathFunction · 0.65
resolvePropertyValueFunction · 0.65

Implementers 7

DateValuepackages/graph/src/TemporalTypes.ts
LocalTimeValuepackages/graph/src/TemporalTypes.ts
TimeValuepackages/graph/src/TemporalTypes.ts
LocalDateTimeValuepackages/graph/src/TemporalTypes.ts
DateTimeValuepackages/graph/src/TemporalTypes.ts
DurationValuepackages/graph/src/TemporalTypes.ts
TraversalPathpackages/graph/src/Traversals.ts

Calls

no outgoing calls

Tested by

no test coverage detected