// users.ts
export function getUser(id: string) {
return userService.getUser(id)
}
// profile.ts
import { getUser } from './some/file'
const user = await getUser(id)
Deterministic AST match: flags functions whose body only forwards their parameters unchanged to another call.