MCPcopy Create free account
hub / github.com/apache/fory / buildPhoneNumber

Function buildPhoneNumber

integration_tests/idl_tests/javascript/roundtrip.ts:253–258  ·  view source on GitHub ↗
(
  number_: string,
  phoneType: Person.PhoneType,
)

Source from the content-addressed store, hash-verified

251}
252
253function buildPhoneNumber(
254 number_: string,
255 phoneType: Person.PhoneType,
256): Person.PhoneNumber {
257 return { number_, phoneType };
258}
259
260function buildAddressBook(): AddressBook {
261 const person: Person = {

Callers 1

buildAddressBookFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected