(listeners: PlaceholderImplementationListeners)
| 10 | } from "./lib"; |
| 11 | |
| 12 | export function setup(listeners: PlaceholderImplementationListeners) { |
| 13 | listeners.setTitle = []; |
| 14 | makePlaceholderImplementation("setTitle", listeners); |
| 15 | } |
| 16 | |
| 17 | export function onCallerCreated( |
| 18 | setTopLevelTitle: ExposedFunctions.Async["setTitle"] |
nothing calls this directly
no test coverage detected