MCPcopy Index your code
hub / github.com/vercel/hyper / getTermProps

Function getTermProps

lib/utils/plugins.ts:441–443  ·  view source on GitHub ↗
(uid: string, parentProps: any, props: T)

Source from the content-addressed store, hash-verified

439}
440
441export function getTermProps<T extends Assignable<TermProps, T>>(uid: string, parentProps: any, props: T): T {
442 return getProps('getTermProps', props, uid, parentProps);
443}
444
445export function getTabsProps<T extends Assignable<TabsProps, T>>(parentProps: any, props: T): T {
446 return getProps('getTabsProps', props, parentProps);

Callers 1

renderTermMethod · 0.90

Calls 1

getPropsFunction · 0.85

Tested by

no test coverage detected