MCPcopy Index your code
hub / github.com/angular/components / createGeocoderSpy

Function createGeocoderSpy

src/google-maps/testing/fake-google-map-utils.ts:783–785  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

781
782/** Creates a jasmine.SpyObj for the Geocoder */
783export function createGeocoderSpy(): jasmine.SpyObj<google.maps.Geocoder> {
784 return jasmine.createSpyObj('google.maps.Geocoder', ['geocode']);
785}
786
787/** Creates a jasmine.Spy to watch for the constructor of the Geocoder. */
788export function createGeocoderConstructorSpy(

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…