Monday, November 08, 2010 at 12:05 AM.

system.verbs.builtins.realtime.server.userFollows

on userFollows (user1, user2, adrupdate) {
	<<Changes
		<<9/1/10; 5:58:02 PM by DW
			<<Created. If any of the callbacks return true, we return true. 
	local (adrdata = realtime.init (), adrscript);
	local (adrcallbacks = @adrdata^.server.callbacks.userFollows);
	for adrscript in adrcallbacks {
		while typeof (adrscript^) == addresstype {
			adrscript = adrscript^};
		if adrscript^ (user1, user2, adrupdate) {
			return (true)}};
	return (false)}



This listing is for code that runs in the OPML Editor environment. I created these listings because I wanted the search engines to index it, so that when I want to look up something in my codebase I don't have to use the much slower search functionality in my object database. Dave Winer.